object SkinsListF: TSkinsListF Left = 204 Top = 192 BorderStyle = bsDialog Caption = 'Select Skin' ClientHeight = 251 ClientWidth = 249 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object SkinsList: TListBox Left = 8 Top = 8 Width = 233 Height = 209 ItemHeight = 13 Sorted = True TabOrder = 0 OnClick = SkinsListClick OnDblClick = SkinsListDblClick OnKeyPress = FormKeyPress end object Button1: TButton Left = 10 Top = 224 Width = 73 Height = 23 Caption = 'Close' Default = True TabOrder = 1 OnClick = Button1Click OnKeyPress = FormKeyPress end object Button3: TButton Left = 88 Top = 224 Width = 73 Height = 23 Caption = 'Download' TabOrder = 2 OnClick = Button3Click OnKeyPress = FormKeyPress end object BBrowse: TButton Left = 166 Top = 224 Width = 73 Height = 23 Caption = 'Set Directory' TabOrder = 3 OnClick = BBrowseClick end object BrowseDirectoryDlg1: TBrowseDirectoryDlg ShowSelectionInStatus = False OnSelChanged = BrowseDirectoryDlg1SelChanged Left = 8 Top = 248 end end